const time.stdNumColonTZ

6 uses

	time (current package)
		format.go#L165: 	stdNumColonTZ                                  // "-07:00" // always numeric
		format.go#L292: 				return layout[0:i], stdNumColonTZ, layout[i+6:]
		format.go#L779: 		case stdISO8601TZ, stdISO8601ColonTZ, stdISO8601SecondsTZ, stdISO8601ShortTZ, stdISO8601ColonSecondsTZ, stdNumTZ, stdNumColonTZ, stdNumSecondsTz, stdNumShortTZ, stdNumColonSecondsTZ:
		format.go#L796: 			if std == stdISO8601ColonTZ || std == stdNumColonTZ || std == stdISO8601ColonSecondsTZ || std == stdNumColonSecondsTZ {
		format.go#L1213: 		case stdNumTZ, stdNumShortTZ, stdNumColonTZ, stdNumSecondsTz, stdNumColonSecondsTZ:
		format.go#L1215: 			if std == stdISO8601ColonTZ || std == stdNumColonTZ {